Need to expose data on ImageData TBR=alanknight@google.com,jacobr@google.com Review URL: https://codereview.chromium.org/1683343004 . git-svn-id: https://src.chromium.org/blink/branches/dart/2454_1@202776 bbb929c8-8fbe-4397-9dbb-9b2b20218538 
diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl index f6274b4..44f6977 100644 --- a/Source/core/html/ImageData.idl +++ b/Source/core/html/ImageData.idl 
@@ -40,5 +40,6 @@  readonly attribute long width;  readonly attribute long height;  // TODO(philipj): Expose data. - // readonly attribute Uint8ClampedArray data; + // FIXMEDART: Uncomment - we need this property. + readonly attribute Uint8ClampedArray data;  };